home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(getProperty("AttBas", _Y) - 10 < getProperty("Attachement", _Y) + getProperty("Attachement", _height))
- {
- setProperty("Attachement", _Y, getProperty("Attachement", _Y) - 10);
- }
- tellTarget("../FlechesRoue")
- {
- gotoAndStop("Down");
- }
- set("/Variables:ScrollMail",-10);
- tellTarget("ScrollAttachement")
- {
- play();
- }
- tellTarget("../RoueScroll")
- {
- play();
- }
- }
-